home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python2.6-minimal / copyright next >
Encoding:
Text File  |  2010-12-26  |  33.6 KB  |  706 lines

  1. This package was put together by Klee Dienes <klee@debian.org> from 
  2. sources from ftp.python.org:/pub/python, based on the Debianization by 
  3. the previous maintainers Bernd S. Brentrup <bsb@uni-muenster.de> and 
  4. Bruce Perens. Current maintainer is Matthias Klose <doko@debian.org>. 
  5.  
  6. It was downloaded from http://python.org/
  7.  
  8. Copyright:
  9.  
  10. Upstream Author: Guido van Rossum <guido@cwi.nl> and others.
  11.  
  12. License:
  13.  
  14. The following text includes the Python license and licenses and
  15. acknowledgements for incorporated software. The licenses can be read
  16. in the HTML and texinfo versions of the documentation as well, after
  17. installing the pythonx.y-doc package. Licenses for files not licensed
  18. under the Python Licenses are found at the end of this file.
  19.  
  20.  
  21. Python License
  22. ==============
  23.  
  24. A. HISTORY OF THE SOFTWARE
  25. ==========================
  26.  
  27. Python was created in the early 1990s by Guido van Rossum at Stichting
  28. Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
  29. as a successor of a language called ABC.  Guido remains Python's
  30. principal author, although it includes many contributions from others.
  31.  
  32. In 1995, Guido continued his work on Python at the Corporation for
  33. National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
  34. in Reston, Virginia where he released several versions of the
  35. software.
  36.  
  37. In May 2000, Guido and the Python core development team moved to
  38. BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
  39. year, the PythonLabs team moved to Digital Creations (now Zope
  40. Corporation, see http://www.zope.com).  In 2001, the Python Software
  41. Foundation (PSF, see http://www.python.org/psf/) was formed, a
  42. non-profit organization created specifically to own Python-related
  43. Intellectual Property.  Zope Corporation is a sponsoring member of
  44. the PSF.
  45.  
  46. All Python releases are Open Source (see http://www.opensource.org for
  47. the Open Source Definition).  Historically, most, but not all, Python
  48. releases have also been GPL-compatible; the table below summarizes
  49. the various releases.
  50.  
  51.     Release         Derived     Year        Owner       GPL-
  52.                     from                                compatible? (1)
  53.  
  54.     0.9.0 thru 1.2              1991-1995   CWI         yes
  55.     1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
  56.     1.6             1.5.2       2000        CNRI        no
  57.     2.0             1.6         2000        BeOpen.com  no
  58.     1.6.1           1.6         2001        CNRI        yes (2)
  59.     2.1             2.0+1.6.1   2001        PSF         no
  60.     2.0.1           2.0+1.6.1   2001        PSF         yes
  61.     2.1.1           2.1+2.0.1   2001        PSF         yes
  62.     2.2             2.1.1       2001        PSF         yes
  63.     2.1.2           2.1.1       2002        PSF         yes
  64.     2.1.3           2.1.2       2002        PSF         yes
  65.     2.2.1           2.2         2002        PSF         yes
  66.     2.2.2           2.2.1       2002        PSF         yes
  67.     2.2.3           2.2.2       2003        PSF         yes
  68.     2.3             2.2.2       2002-2003   PSF         yes
  69.     2.3.1           2.3         2002-2003   PSF         yes
  70.     2.3.2           2.3.1       2002-2003   PSF         yes
  71.     2.3.3           2.3.2       2002-2003   PSF         yes
  72.     2.3.4           2.3.3       2004        PSF         yes
  73.     2.3.5           2.3.4       2005        PSF         yes
  74.     2.4             2.3         2004        PSF         yes
  75.     2.4.1           2.4         2005        PSF         yes
  76.     2.4.2           2.4.1       2005        PSF         yes
  77.     2.4.3           2.4.2       2006        PSF         yes
  78.     2.5             2.4         2006        PSF         yes
  79.     2.5.1           2.5         2007        PSF         yes
  80.  
  81. Footnotes:
  82.  
  83. (1) GPL-compatible doesn't mean that we're distributing Python under
  84.     the GPL.  All Python licenses, unlike the GPL, let you distribute
  85.     a modified version without making your changes open source.  The
  86.     GPL-compatible licenses make it possible to combine Python with
  87.     other software that is released under the GPL; the others don't.
  88.  
  89. (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
  90.     because its license has a choice of law clause.  According to
  91.     CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
  92.     is "not incompatible" with the GPL.
  93.  
  94. Thanks to the many outside volunteers who have worked under Guido's
  95. direction to make these releases possible.
  96.  
  97.  
  98. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
  99. ===============================================================
  100.  
  101. PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
  102. --------------------------------------------
  103.  
  104. 1. This LICENSE AGREEMENT is between the Python Software Foundation
  105. ("PSF"), and the Individual or Organization ("Licensee") accessing and
  106. otherwise using this software ("Python") in source or binary form and
  107. its associated documentation.
  108.  
  109. 2. Subject to the terms and conditions of this License Agreement, PSF
  110. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  111. license to reproduce, analyze, test, perform and/or display publicly,
  112. prepare derivative works, distribute, and otherwise use Python
  113. alone or in any derivative version, provided, however, that PSF's
  114. License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
  115. 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation; 
  116. All Rights Reserved" are retained in Python alone or in any derivative 
  117. version prepared by Licensee.
  118.  
  119. 3. In the event Licensee prepares a derivative work that is based on
  120. or incorporates Python or any part thereof, and wants to make
  121. the derivative work available to others as provided herein, then
  122. Licensee hereby agrees to include in any such work a brief summary of
  123. the changes made to Python.
  124.  
  125. 4. PSF is making Python available to Licensee on an "AS IS"
  126. basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  127. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
  128. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  129. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
  130. INFRINGE ANY THIRD PARTY RIGHTS.
  131.  
  132. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  133. FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  134. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
  135. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  136.  
  137. 6. This License Agreement will automatically terminate upon a material
  138. breach of its terms and conditions.
  139.  
  140. 7. Nothing in this License Agreement shall be deemed to create any
  141. relationship of agency, partnership, or joint venture between PSF and
  142. Licensee.  This License Agreement does not grant permission to use PSF
  143. trademarks or trade name in a trademark sense to endorse or promote
  144. products or services of Licensee, or any third party.
  145.  
  146. 8. By copying, installing or otherwise using Python, Licensee
  147. agrees to be bound by the terms and conditions of this License
  148. Agreement.
  149.  
  150.  
  151. BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
  152. -------------------------------------------
  153.  
  154. BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
  155.  
  156. 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
  157. office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
  158. Individual or Organization ("Licensee") accessing and otherwise using
  159. this software in source or binary form and its associated
  160. documentation ("the Software").
  161.  
  162. 2. Subject to the terms and conditions of this BeOpen Python License
  163. Agreement, BeOpen hereby grants Licensee a non-exclusive,
  164. royalty-free, world-wide license to reproduce, analyze, test, perform
  165. and/or display publicly, prepare derivative works, distribute, and
  166. otherwise use the Software alone or in any derivative version,
  167. provided, however, that the BeOpen Python License is retained in the
  168. Software, alone or in any derivative version prepared by Licensee.
  169.  
  170. 3. BeOpen is making the Software available to Licensee on an "AS IS"
  171. basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  172. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
  173. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  174. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
  175. INFRINGE ANY THIRD PARTY RIGHTS.
  176.  
  177. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
  178. SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
  179. AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
  180. DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  181.  
  182. 5. This License Agreement will automatically terminate upon a material
  183. breach of its terms and conditions.
  184.  
  185. 6. This License Agreement shall be governed by and interpreted in all
  186. respects by the law of the State of California, excluding conflict of
  187. law provisions.  Nothing in this License Agreement shall be deemed to
  188. create any relationship of agency, partnership, or joint venture
  189. between BeOpen and Licensee.  This License Agreement does not grant
  190. permission to use BeOpen trademarks or trade names in a trademark
  191. sense to endorse or promote products or services of Licensee, or any
  192. third party.  As an exception, the "BeOpen Python" logos available at
  193. http://www.pythonlabs.com/logos.html may be used according to the
  194. permissions granted on that web page.
  195.  
  196. 7. By copying, installing or otherwise using the software, Licensee
  197. agrees to be bound by the terms and conditions of this License
  198. Agreement.
  199.  
  200.  
  201. CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
  202. ---------------------------------------
  203.  
  204. 1. This LICENSE AGREEMENT is between the Corporation for National
  205. Research Initiatives, having an office at 1895 Preston White Drive,
  206. Reston, VA 20191 ("CNRI"), and the Individual or Organization
  207. ("Licensee") accessing and otherwise using Python 1.6.1 software in
  208. source or binary form and its associated documentation.
  209.  
  210. 2. Subject to the terms and conditions of this License Agreement, CNRI
  211. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  212. license to reproduce, analyze, test, perform and/or display publicly,
  213. prepare derivative works, distribute, and otherwise use Python 1.6.1
  214. alone or in any derivative version, provided, however, that CNRI's
  215. License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
  216. 1995-2001 Corporation for National Research Initiatives; All Rights
  217. Reserved" are retained in Python 1.6.1 alone or in any derivative
  218. version prepared by Licensee.  Alternately, in lieu of CNRI's License
  219. Agreement, Licensee may substitute the following text (omitting the
  220. quotes): "Python 1.6.1 is made available subject to the terms and
  221. conditions in CNRI's License Agreement.  This Agreement together with
  222. Python 1.6.1 may be located on the Internet using the following
  223. unique, persistent identifier (known as a handle): 1895.22/1013.  This
  224. Agreement may also be obtained from a proxy server on the Internet
  225. using the following URL: http://hdl.handle.net/1895.22/1013".
  226.  
  227. 3. In the event Licensee prepares a derivative work that is based on
  228. or incorporates Python 1.6.1 or any part thereof, and wants to make
  229. the derivative work available to others as provided herein, then
  230. Licensee hereby agrees to include in any such work a brief summary of
  231. the changes made to Python 1.6.1.
  232.  
  233. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
  234. basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  235. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
  236. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  237. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
  238. INFRINGE ANY THIRD PARTY RIGHTS.
  239.  
  240. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  241. 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  242. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
  243. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  244.  
  245. 6. This License Agreement will automatically terminate upon a material
  246. breach of its terms and conditions.
  247.  
  248. 7. This License Agreement shall be governed by the federal
  249. intellectual property law of the United States, including without
  250. limitation the federal copyright law, and, to the extent such
  251. U.S. federal law does not apply, by the law of the Commonwealth of
  252. Virginia, excluding Virginia's conflict of law provisions.
  253. Notwithstanding the foregoing, with regard to derivative works based
  254. on Python 1.6.1 that incorporate non-separable material that was
  255. previously distributed under the GNU General Public License (GPL), the
  256. law of the Commonwealth of Virginia shall govern this License
  257. Agreement only as to issues arising under or with respect to
  258. Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
  259. License Agreement shall be deemed to create any relationship of
  260. agency, partnership, or joint venture between CNRI and Licensee.  This
  261. License Agreement does not grant permission to use CNRI trademarks or
  262. trade name in a trademark sense to endorse or promote products or
  263. services of Licensee, or any third party.
  264.  
  265. 8. By clicking on the "ACCEPT" button where indicated, or by copying,
  266. installing or otherwise using Python 1.6.1, Licensee agrees to be
  267. bound by the terms and conditions of this License Agreement.
  268.  
  269.         ACCEPT
  270.  
  271.  
  272. CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
  273. --------------------------------------------------
  274.  
  275. Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
  276. The Netherlands.  All rights reserved.
  277.  
  278. Permission to use, copy, modify, and distribute this software and its
  279. documentation for any purpose and without fee is hereby granted,
  280. provided that the above copyright notice appear in all copies and that
  281. both that copyright notice and this permission notice appear in
  282. supporting documentation, and that the name of Stichting Mathematisch
  283. Centrum or CWI not be used in advertising or publicity pertaining to
  284. distribution of the software without specific, written prior
  285. permission.
  286.  
  287. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
  288. THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  289. FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
  290. FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  291. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  292. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  293. OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  294.  
  295.  
  296. Licenses and Acknowledgements for Incorporated Software
  297. =======================================================
  298.  
  299. Mersenne Twister
  300. ----------------
  301.  
  302. The `_random' module includes code based on a download from
  303. `http://www.math.keio.ac.jp/~matumoto/MT2002/emt19937ar.html'.  The
  304. following are the verbatim comments from the original code:
  305.  
  306.      A C-program for MT19937, with initialization improved 2002/1/26.
  307.      Coded by Takuji Nishimura and Makoto Matsumoto.
  308.  
  309.      Before using, initialize the state by using init_genrand(seed)
  310.      or init_by_array(init_key, key_length).
  311.  
  312.      Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
  313.      All rights reserved.
  314.  
  315.      Redistribution and use in source and binary forms, with or without
  316.      modification, are permitted provided that the following conditions
  317.      are met:
  318.  
  319.       1. Redistributions of source code must retain the above copyright
  320.          notice, this list of conditions and the following disclaimer.
  321.  
  322.       2. Redistributions in binary form must reproduce the above copyright
  323.          notice, this list of conditions and the following disclaimer in the
  324.          documentation and/or other materials provided with the distribution.
  325.  
  326.       3. The names of its contributors may not be used to endorse or promote
  327.          products derived from this software without specific prior written
  328.          permission.
  329.  
  330.      THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  331.      "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  332.      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  333.      A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
  334.      OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  335.      SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  336.      TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  337.      PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  338.      LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  339.      NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  340.      SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  341.  
  342.      Any feedback is very welcome.
  343.      http://www.math.keio.ac.jp/matumoto/emt.html
  344.      email: matumoto@math.keio.ac.jp
  345.  
  346.  
  347. Sockets
  348. -------
  349.  
  350. The `socket' module uses the functions, `getaddrinfo', and
  351. `getnameinfo', which are coded in separate source files from the WIDE
  352. Project, `http://www.wide.ad.jp/about/index.html'.
  353.  
  354.      Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  355.      All rights reserved.
  356.  
  357.      Redistribution and use in source and binary forms, with or without
  358.      modification, are permitted provided that the following conditions
  359.      are met:
  360.      1. Redistributions of source code must retain the above copyright
  361.         notice, this list of conditions and the following disclaimer.
  362.      2. Redistributions in binary form must reproduce the above copyright
  363.         notice, this list of conditions and the following disclaimer in the
  364.         documentation and/or other materials provided with the distribution.
  365.      3. Neither the name of the project nor the names of its contributors
  366.         may be used to endorse or promote products derived from this software
  367.         without specific prior written permission.
  368.  
  369.      THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  370.      GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  371.      IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  372.      ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
  373.      FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  374.      CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  375.      SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  376.      INTERRUPTION) HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER
  377.      IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  378.      ARISING IN GAI_ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  379.      OF THE POSSIBILITY OF SUCH DAMAGE.
  380.  
  381.  
  382. Floating point exception control
  383. --------------------------------
  384.  
  385. The source for the `fpectl' module includes the following notice:
  386.  
  387.      ---------------------------------------------------------------------  
  388.     /                       Copyright (c) 1996.                           \ 
  389.    |          The Regents of the University of California.                 |
  390.    |                        All rights reserved.                           |
  391.    |                                                                       |
  392.    |   Permission to use, copy, modify, and distribute this software for   |
  393.    |   any purpose without fee is hereby granted, provided that this en-   |
  394.    |   tire notice is included in all copies of any software which is or   |
  395.    |   includes  a  copy  or  modification  of  this software and in all   |
  396.    |   copies of the supporting documentation for such software.           |
  397.    |                                                                       |
  398.    |   This  work was produced at the University of California, Lawrence   |
  399.    |   Livermore National Laboratory under  contract  no.  W-7405-ENG-48   |
  400.    |   between  the  U.S.  Department  of  Energy and The Regents of the   |
  401.    |   University of California for the operation of UC LLNL.              |
  402.    |                                                                       |
  403.    |                              DISCLAIMER                               |
  404.    |                                                                       |
  405.    |   This  software was prepared as an account of work sponsored by an   |
  406.    |   agency of the United States Government. Neither the United States   |
  407.    |   Government  nor the University of California nor any of their em-   |
  408.    |   ployees, makes any warranty, express or implied, or  assumes  any   |
  409.    |   liability  or  responsibility  for the accuracy, completeness, or   |
  410.    |   usefulness of any information,  apparatus,  product,  or  process   |
  411.    |   disclosed,   or  represents  that  its  use  would  not  infringe   |
  412.    |   privately-owned rights. Reference herein to any specific  commer-   |
  413.    |   cial  products,  process,  or  service  by trade name, trademark,   |
  414.    |   manufacturer, or otherwise, does not  necessarily  constitute  or   |
  415.    |   imply  its endorsement, recommendation, or favoring by the United   |
  416.    |   States Government or the University of California. The views  and   |
  417.    |   opinions  of authors expressed herein do not necessarily state or   |
  418.    |   reflect those of the United States Government or  the  University   |
  419.    |   of  California,  and shall not be used for advertising or product   |
  420.     \  endorsement purposes.                                              / 
  421.      ---------------------------------------------------------------------
  422.  
  423.  
  424. Cookie management
  425. -----------------
  426.  
  427. The `Cookie' module contains the following notice:
  428.  
  429.       Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>
  430.  
  431.                      All Rights Reserved
  432.  
  433.       Permission to use, copy, modify, and distribute this software
  434.       and its documentation for any purpose and without fee is hereby
  435.       granted, provided that the above copyright notice appear in all
  436.       copies and that both that copyright notice and this permission
  437.       notice appear in supporting documentation, and that the name of
  438.       Timothy O'Malley  not be used in advertising or publicity
  439.       pertaining to distribution of the software without specific, written
  440.       prior permission.
  441.  
  442.       Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
  443.       SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  444.       AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
  445.       ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  446.       WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  447.       WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  448.       ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  449.       PERFORMANCE OF THIS SOFTWARE.
  450.  
  451.  
  452. Execution tracing
  453. -----------------
  454.  
  455. The `trace' module contains the following notice:
  456.  
  457.       portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
  458.       err...  reserved and offered to the public under the terms of the
  459.       Python 2.2 license.
  460.       Author: Zooko O'Whielacronx
  461.       http://zooko.com/
  462.       mailto:zooko@zooko.com
  463.  
  464.       Copyright 2000, Mojam Media, Inc., all rights reserved.
  465.       Author: Skip Montanaro
  466.  
  467.       Copyright 1999, Bioreason, Inc., all rights reserved.
  468.       Author: Andrew Dalke
  469.  
  470.       Copyright 1995-1997, Automatrix, Inc., all rights reserved.
  471.       Author: Skip Montanaro
  472.  
  473.       Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
  474.  
  475.       Permission to use, copy, modify, and distribute this Python software and
  476.       its associated documentation for any purpose without fee is hereby
  477.       granted, provided that the above copyright notice appears in all copies,
  478.       and that both that copyright notice and this permission notice appear in
  479.       supporting documentation, and that the name of neither Automatrix,
  480.       Bioreason or Mojam Media be used in advertising or publicity pertaining
  481.       to distribution of the software without specific, written prior
  482.       permission.
  483.  
  484.  
  485. UUencode and UUdecode functions
  486. -------------------------------
  487.  
  488. The `uu' module contains the following notice:
  489.  
  490.       Copyright 1994 by Lance Ellinghouse
  491.       Cathedral City, California Republic, United States of America.
  492.                              All Rights Reserved
  493.       Permission to use, copy, modify, and distribute this software and its
  494.       documentation for any purpose and without fee is hereby granted,
  495.       provided that the above copyright notice appear in all copies and that
  496.       both that copyright notice and this permission notice appear in
  497.       supporting documentation, and that the name of Lance Ellinghouse
  498.       not be used in advertising or publicity pertaining to distribution
  499.       of the software without specific, written prior permission.
  500.       LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO
  501.       THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  502.       FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE
  503.       FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  504.       WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  505.       ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  506.       OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  507.  
  508.       Modified by Jack Jansen, CWI, July 1995:
  509.       - Use binascii module to do the actual line-by-line conversion
  510.         between ascii and binary. This results in a 1000-fold speedup. The C
  511.         version is still 5 times faster, though.
  512.       - Arguments more compliant with python standard
  513.  
  514.  
  515. XML Remote Procedure Calls
  516. --------------------------
  517.  
  518. The `xmlrpclib' module contains the following notice:
  519.  
  520.           The XML-RPC client interface is
  521.  
  522.       Copyright (c) 1999-2002 by Secret Labs AB
  523.       Copyright (c) 1999-2002 by Fredrik Lundh
  524.  
  525.       By obtaining, using, and/or copying this software and/or its
  526.       associated documentation, you agree that you have read, understood,
  527.       and will comply with the following terms and conditions:
  528.  
  529.       Permission to use, copy, modify, and distribute this software and
  530.       its associated documentation for any purpose and without fee is
  531.       hereby granted, provided that the above copyright notice appears in
  532.       all copies, and that both that copyright notice and this permission
  533.       notice appear in supporting documentation, and that the name of
  534.       Secret Labs AB or the author not be used in advertising or publicity
  535.       pertaining to distribution of the software without specific, written
  536.       prior permission.
  537.  
  538.       SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
  539.       TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
  540.       ABILITY AND FITNESS.  IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
  541.       BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
  542.       DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  543.       WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  544.       ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  545.       OF THIS SOFTWARE.
  546.  
  547. Licenses for Software linked to
  548. ===============================
  549.  
  550. Note that the choice of GPL compatibility outlined above doesn't extend
  551. to modules linked to particular libraries, since they change the
  552. effective License of the module binary.
  553.  
  554.  
  555. GNU Readline
  556. ------------
  557.  
  558. The 'readline' module makes use of GNU Readline.
  559.  
  560.       The GNU Readline Library is free software; you can redistribute it
  561.       and/or modify it under the terms of the GNU General Public License as
  562.       published by the Free Software Foundation; either version 2, or (at
  563.       your option) any later version.
  564.  
  565.       On Debian systems, you can find the complete statement in
  566.       /usr/share/doc/readline-common/copyright'. A copy of the GNU General
  567.       Public License is available in /usr/share/common-licenses/GPL-2'.
  568.  
  569.  
  570. OpenSSL
  571. -------
  572.  
  573. The '_ssl' module makes use of OpenSSL.
  574.  
  575.       The OpenSSL toolkit stays under a dual license, i.e. both the
  576.       conditions of the OpenSSL License and the original SSLeay license
  577.       apply to the toolkit. Actually both licenses are BSD-style Open
  578.       Source licenses. Note that both licenses are incompatible with
  579.       the GPL.
  580.  
  581.       On Debian systems, you can find the complete license text in
  582.       /usr/share/doc/openssl/copyright'.
  583.  
  584.  
  585. Files with other licenses than the Python License
  586. -------------------------------------------------
  587.  
  588. Files: Modules/zlib/*
  589. Copyright: (C) 1995-2010 Jean-loup Gailly and Mark Adler
  590. License: This software is provided 'as-is', without any express or implied
  591.   warranty.  In no event will the authors be held liable for any damages
  592.   arising from the use of this software.
  593.  
  594.   Permission is granted to anyone to use this software for any purpose,
  595.   including commercial applications, and to alter it and redistribute it
  596.   freely, subject to the following restrictions:
  597.  
  598.   1. The origin of this software must not be misrepresented; you must not
  599.      claim that you wrote the original software. If you use this software
  600.      in a product, an acknowledgment in the product documentation would be
  601.      appreciated but is not required.
  602.   2. Altered source versions must be plainly marked as such, and must not be
  603.      misrepresented as being the original software.
  604.   3. This notice may not be removed or altered from any source distribution.
  605.  
  606.   Jean-loup Gailly        Mark Adler
  607.   jloup@gzip.org          madler@alumni.caltech.edu
  608.  
  609.  If you use the zlib library in a product, we would appreciate *not* receiving
  610.  lengthy legal documents to sign.  The sources are provided for free but without
  611.  warranty of any kind.  The library has been entirely written by Jean-loup
  612.  Gailly and Mark Adler; it does not include third-party code.
  613.  
  614. Files: Modules/_ctypes/libffi/*
  615. Copyright: Copyright (C) 1996-2009 Red Hat, Inc and others.
  616. License: Permission is hereby granted, free of charge, to any person obtaining
  617.    a copy of this software and associated documentation files (the
  618.    ``Software''), to deal in the Software without restriction, including
  619.    without limitation the rights to use, copy, modify, merge, publish,
  620.    distribute, sublicense, and/or sell copies of the Software, and to
  621.    permit persons to whom the Software is furnished to do so, subject to
  622.    the following conditions:
  623.  
  624.    The above copyright notice and this permission notice shall be included
  625.    in all copies or substantial portions of the Software.
  626.  
  627.    THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
  628.    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  629.    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  630.    NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  631.    HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  632.    WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  633.    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  634.    DEALINGS IN THE SOFTWARE.
  635.  
  636.    Documentation:
  637.    Permission is granted to copy, distribute and/or modify this document
  638.    under the terms of the GNU General Public License as published by the
  639.    Free Software Foundation; either version 2, or (at your option) any
  640.    later version.  A copy of the license is included in the
  641.    section entitled ``GNU General Public License''.
  642.  
  643. Files: Modules/expat/*
  644. Copyright: Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
  645.   and Clark Cooper
  646.   Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers
  647. License: Permission is hereby granted, free of charge, to any person obtaining
  648.   a copy of this software and associated documentation files (the
  649.   "Software"), to deal in the Software without restriction, including
  650.   without limitation the rights to use, copy, modify, merge, publish,
  651.   distribute, sublicense, and/or sell copies of the Software, and to
  652.   permit persons to whom the Software is furnished to do so, subject to
  653.   the following conditions:
  654.  
  655.   The above copyright notice and this permission notice shall be included
  656.   in all copies or substantial portions of the Software.
  657.  
  658.   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  659.   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  660.   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  661.   IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  662.   CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  663.   TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  664.   SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  665.  
  666. Files: Misc/python-mode.el
  667. Copyright: Copyright (C) 1992,1993,1994  Tim Peters
  668. License: This software is provided as-is, without express or implied
  669.     warranty.  Permission to use, copy, modify, distribute or sell this
  670.     software, without fee, for any purpose and by any individual or
  671.     organization, is hereby granted, provided that the above copyright
  672.     notice and this paragraph appear in all copies.
  673.  
  674. Files: PC/_subprocess.c
  675. Copyright: Copyright (c) 2004 by Fredrik Lundh <fredrik@pythonware.com>
  676.     Copyright (c) 2004 by Secret Labs AB, http://www.pythonware.com
  677.     Copyright (c) 2004 by Peter Astrand <astrand@lysator.liu.se>
  678. License:
  679.  * Permission to use, copy, modify, and distribute this software and
  680.  * its associated documentation for any purpose and without fee is
  681.  * hereby granted, provided that the above copyright notice appears in
  682.  * all copies, and that both that copyright notice and this permission
  683.  * notice appear in supporting documentation, and that the name of the
  684.  * authors not be used in advertising or publicity pertaining to
  685.  * distribution of the software without specific, written prior
  686.  * permission.
  687.  *
  688.  * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  689.  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
  690.  * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  691.  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
  692.  * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  693.  * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  694.  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  695.  
  696. Files: PC/winsound.c
  697. Copyright: Copyright (c) 1999 Toby Dickenson
  698. License:  * Permission to use this software in any way is granted without
  699.  * fee, provided that the copyright notice above appears in all
  700.  * copies. This software is provided "as is" without any warranty.
  701.  */
  702.  
  703. /* Modified by Guido van Rossum */
  704. /* Beep added by Mark Hammond */
  705. /* Win9X Beep and platform identification added by Uncle Timmy */
  706.